File: w_message.srw
Size: 312
Date: Sun, 16 Mar 2025 05:42:20 +0100
//objectcomments Extension Message Service "MessageBox Window".
forward
global type w_message from pfc_w_message
end type
end forward

global type w_message from pfc_w_message
end type
global w_message w_message

on w_message.create
call super::create
end on

on w_message.destroy
call super::destroy
end on